home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / gle33b_4.zip / GLE_SUR.ZIP / JACK.GLE < prev    next >
Text File  |  1991-04-05  |  430b  |  24 lines

  1. size 12 5 ! You must run SURFACE before GLE'ing this file
  2. amove 1 4 ! to create JACK.BIG
  3. set hei .35 font tt
  4. begin table
  5. begin surface
  6.    size 5 5 
  7.    data surf1.z
  8.    zaxis min -1 max 3
  9.    xtitle "Xaxis"
  10.    ztitle "Zaxis"
  11.    points surf3.dat
  12.    riselines lstyle 2
  13.    marker dot
  14.    skirt on
  15.    rotate 80 10 0
  16.    view 2.5 3 .6
  17. end surface
  18. end table
  19. amove 7 0
  20. begin origin
  21. box 5 5 
  22. bigfile jack.big
  23. end origin
  24.